home *** CD-ROM | disk | FTP | other *** search
- /*
- File: MoreIsBetter.h
-
- Contains: convenience header for people with fast compilers and
- machines or people who don't mind waiting
-
- Written by: Pete Gontier (PCG)
-
- Copyright: Copyright (c) 1998 Apple Computer, Inc., All Rights Reserved.
-
- You may incorporate this Apple sample source code into your program(s) without
- restriction. This Apple sample source code has been provided "AS IS" and the
- responsibility for its operation is yours. You are not permitted to redistribute
- this Apple sample source code as "Apple sample source code" after having made
- changes. If you're going to re-distribute the source, we require that you make
- it clear in the source that the code was descended from Apple sample source
- code, but that you've made changes.
-
- Change History (most recent first):
-
- <3> 11/11/98 PCG fix header and add some more #include statements
- <2> 10/11/98 Quinn Convert "MorePrefix.h" to "MoreSetup.h".
- <1> 6/16/98 PCG initial checkin
- */
-
-
- #pragma once
-
- #include "MoreSetup.h" // just in case
-
- #include "MenuKeyGlyphs.h"
-
- #include "MoreAppearance.h"
- #include "MoreAppleEvents.h"
- #include "MoreControls.h"
- #include "MoreCRC.h"
- #include "MoreDialogs.h"
- #include "MoreMenus.h"
- #include "MoreNetworkSetup.h"
- #include "MorePreferences.h"
- #include "MoreProcesses.h"
- #include "MoreQuickDraw.h"
- #include "MoreSound.h"
- #include "MoreTextUtils.h"
- #include "MoreToolbox.h"
- #include "MoreWindows.h"
-